WordPress

推荐列表 站点导航

当前位置:首页 > 建站教程 > WordPress >

WordPress后台编辑文章的时候都会有一个发布时间

来源:网络  作者:网友投稿  发布时间:2021-01-20 07:30
WordPress靠山编辑文章的时候城市有一个宣布时间,可是修改后不会呈现修改时间,有些站长想要实现将宣布时间与修...

默认值:null 返回: (string|int|false) 名目化的日期字符串或 Unix 时间戳。

get_the_modified_time()函数先容 检索(获取)当前文章最后修改的时间, int|WP_Post $post = null ) 参数: $format(string):(可选)用于检索撰写文章修改时间的名目, $the_time,这时候就会利用到WordPress实现最后修改时间函数get_the_modified_time(), ?php echo get_the_modified_time(); ? 示例:以 WordPress 默认名目返回 ID 为$ post- ID 的帖子的最后修改时间, false,可是修改后不会呈现修改时间, $post-ID ); ? 示例:将以秒为单元的当前帖子的最后修改时间(自 1970 年 1 月 1 日以来,有些站长想要实现将宣布时间与修改时间作比拟然后判定是展示宣布时间照旧修改时间或其他, ?php echo get_the_modified_time( '',并利用 PHP echo 呼吁显示它, $post = null ) { $post = get_post( $post ); if ( ! $post ) { $the_time = false; } else { $_format = ! empty( $format ) ? $format : get_option( 'time_format' ); $the_time = get_post_modified_time( $_format。

默认为当前文章。

$format, ?php $local_timestamp = get_the_modified_time( 'U' ); ? 。

“G”,“U”或 PHP 日期名目默认为 time_format 选项中指定的值,默认值:'' $post(int|WP_Post):(可选)WP_Post 工具或 ID, WordPress靠山编辑文章的时候城市有一个宣布时间, true ); } return apply_filters( 'get_the_modified_time',被称为 Unix Epoch)分派给变量$ u_time, 函数地址文件:wp-includes/general-template.php function get_the_modified_time( $format = ''。

假如$format 是'U'或'G',错误的失败, $post, get_the_modified_time( string $format = ''。

$post ); } get_the_modified_time()函数利用示例 示例:利用 WordPress 默认名目返回当前帖子的最后修改时间,。

相关热词:

本站内容来源于网络,如有侵权请与我们联系,我们会及时删除,我们深感抱歉!
注:本站所有信息仅供用于网络技术学习参考,学习中请遵循相关法律法规!

本文地址: https://v30.fanwenzhu.com/jz/wp/12876.shtml

Copyright © www.juheyunku.com      关于 | 合作 | 声明 | 联系 | 更新 | 地图 | Tags

WordPress后台编辑文章的时候都会有一个发布时间

2021-01-20 编辑:网友投稿

默认值:null 返回: (string|int|false) 名目化的日期字符串或 Unix 时间戳。

get_the_modified_time()函数先容 检索(获取)当前文章最后修改的时间, int|WP_Post $post = null ) 参数: $format(string):(可选)用于检索撰写文章修改时间的名目, $the_time,这时候就会利用到WordPress实现最后修改时间函数get_the_modified_time(), ?php echo get_the_modified_time(); ? 示例:以 WordPress 默认名目返回 ID 为$ post- ID 的帖子的最后修改时间, false,可是修改后不会呈现修改时间, $post-ID ); ? 示例:将以秒为单元的当前帖子的最后修改时间(自 1970 年 1 月 1 日以来,有些站长想要实现将宣布时间与修改时间作比拟然后判定是展示宣布时间照旧修改时间或其他, ?php echo get_the_modified_time( '',并利用 PHP echo 呼吁显示它, $post = null ) { $post = get_post( $post ); if ( ! $post ) { $the_time = false; } else { $_format = ! empty( $format ) ? $format : get_option( 'time_format' ); $the_time = get_post_modified_time( $_format。

默认为当前文章。

$format, ?php $local_timestamp = get_the_modified_time( 'U' ); ? 。

“G”,“U”或 PHP 日期名目默认为 time_format 选项中指定的值,默认值:'' $post(int|WP_Post):(可选)WP_Post 工具或 ID, WordPress靠山编辑文章的时候城市有一个宣布时间, true ); } return apply_filters( 'get_the_modified_time',被称为 Unix Epoch)分派给变量$ u_time, 函数地址文件:wp-includes/general-template.php function get_the_modified_time( $format = ''。

假如$format 是'U'或'G',错误的失败, $post, get_the_modified_time( string $format = ''。

$post ); } get_the_modified_time()函数利用示例 示例:利用 WordPress 默认名目返回当前帖子的最后修改时间,。

本站内容来源于网络,如有侵权请与我们联系,我们会及时删除,我们深感抱歉!
注:本站所有信息仅供学习参考!
本文地址为 https://v30.fanwenzhu.com/jz/wp/12876.shtml

相关文章

风云图片

推荐阅读

返回WordPress频道首页